[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  SET DELETED ON    DELETED() records may still be visible.                ~

  Clipper Version  1.03 dtd 09/15/90.

  Problem Statement

  Under certain combinations of physical file order (adjacent records),
  indexing and filtering, it can be shown that DELETED() records in a file
  may remain visible.

  Cause

  Unknown.

  Work Around(s)

  Test for DELETED() records; i.e.; in an example, the following showed
  a deleted record. Adding .AND. .NOT. DELETED() to the filter cured the
  problem. Thanks to a user for submitting test program, files, et al!

  SET DELETED ON
  USE test NEW
  SET INDEX TO test
  SET FILTER TO .....
  GO TOP
  WHILE .NOT. EOF()
    ? DELETED()
    SKIP
  END

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson